I rebuilt this blog

My blog is all static now and it’s great

Published: 06/02/2025

I recently tore down my blog and rewrote it from scratch. The original was done while I was still relatively new to coding so there was a lot of room for improvement. I had made some poor design choices when creating it originally, the two main issues being that it was a webapp separate from my main website webapp and that it had a clunky workflow for creating and publishing new posts. So my goals in rewriting were:

This is the first time I’ve used Go’s embed feature, and I’m really loving it. I think it makes a lot of sense for this kind of use case.